projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1126c5a
)
Add `fmakunbound' for `declare'.
author
Luc Teirlinck
<teirllm@auburn.edu>
Fri, 16 Jan 2004 01:13:41 +0000
(
01:13
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Fri, 16 Jan 2004 01:13:41 +0000
(
01:13
+0000)
lisp/emacs-lisp/cl.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl.el
b/lisp/emacs-lisp/cl.el
index dc56262272febec71c56136708e36bda6d262bf8..b3e56937c60806cc284e9d7561eb2d546e4f9cc3 100644
(file)
--- a/
lisp/emacs-lisp/cl.el
+++ b/
lisp/emacs-lisp/cl.el
@@
-582,6
+582,7
@@
Keywords supported: :test :test-not :key"
;; We want to replace the basic versions of dolist, dotimes below.
(fmakunbound 'dolist)
(fmakunbound 'dotimes)
+(fmakunbound 'declare)
(mapcar (function
(lambda (set)
(let ((file (if cl-fake-autoloads "<none>" (car set))))